home *** CD-ROM | disk | FTP | other *** search
/ Java Primer Plus / Java Primer Plus (Waite Group Proess)(1996).iso / java_Win / demo / WireFrame / FileFormatException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1995-12-06  |  296 b   |  6 lines

  1. class FileFormatException extends Exception {
  2.    public FileFormatException(String var1) {
  3.       super(var1);
  4.    }
  5. }
  6.